Release 10.1A: OpenEdge Data Management:
SQL Reference


LOG10

Returns the base 10 logarithm of expression.

Syntax

LOG10 ( expression ) 

Example

This example illustrates the LOG10 function:

SELECT LOG10 (100) 'Log base 10 of 100' FROM SYSPROGRESS.SYSCALCTABLE; 

Note

Compatibility

ODBC compatible


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095